define([], function() { "use strict"; var QuickLinks = function() { return { root: { quickLinks: { labels: { qrPay: 'QR pay', services:'Services', booking:'Booking flight', network:'ATM/POS', promotion:'Preferential point' } }, noticeMessage: "Please login to active this function." }, ar: true, fr: true, cs: true, sv: true, en: false, "en-us": false, vn: true }; }; return new QuickLinks(); });